home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / DalHelper.readme < prev    next >
Text File  |  1999-11-05  |  7KB  |  221 lines

  1. Short:    Interface to Dalnet Services: (Chan/Memo/Nick services)
  2. Author:   strdustr@ptd.net (StarDustr)
  3. Uploader: strdustr@ptd.net (StarDustr)
  4. Type:     comm/irc
  5.  
  6. VERSION:        :  $VER: DalHelper.amirx 5.19 (03.10.99)
  7. VERSION:        :  $VER: DalHelperID.amirx 1.0 (27.09.99)
  8.  
  9. Requirements:
  10.  
  11.     1.    AmIRC installed, running correctly with RexxMSGPort.
  12.     2.    Recommended that you make   Rx  resident.
  13.     3.    MCF_Buttons.amirx (Version 5.1+) installed.
  14.         (Optional, required for buttons plugin.)
  15.  
  16.  
  17. New/Updates to 5.19:
  18.  
  19.     Added new script to Auto-ID your current nick:
  20.       DalHelperID.amirx  (Read  DalHelperID.readme)
  21.     Removed obsolete ChanServ Voice functions:
  22.       Add, List, Delete, Wipe.
  23.     Updated ChanServ DEOP function to current format.
  24.  
  25. New to 5.18:
  26.  
  27.     Added new ChanServ functions:
  28.       VOP Add, Del, List, and Wipe
  29.     Removed obsolete ChanServ functions:
  30.       AOP Clean
  31.       SOP Clean
  32.     Removed obsolete NickServ functions:
  33.       Set EMail
  34.       Set ShowEmail
  35.  
  36. New to 5.17:
  37.  
  38.     Added new ChanServ functions:
  39.       AOP Clean and Wipe
  40.       AKick Wipe
  41.       SOP Clean and Wipe
  42.     Added new NickServ functions:
  43.       Set NoOp
  44.       Set EMail
  45.       Set ShowEmail
  46.  
  47. New/Updates to 5.16:
  48.  
  49.     Added new ChanServ function:  WHY
  50.     Updated file "DalHelper.doc" with more current help
  51.      on Dalnet Services.
  52.     Added new buttons to MCF_Buttons PlugIns.
  53.  
  54. New to 5.15:
  55.  
  56.     Added ChanServ function ACCESS for listing
  57.      a user's access on a registered channel.
  58.  
  59. New/Updates to 5.14:
  60.  
  61.     Added new MemoServ function:  SendSOP 
  62.      sends a memo to all SOPs of a channel.
  63.     Added new MemoServ function:  Foward
  64.      forwards your memos to another registered nick
  65.      (Password of forwarding nick need to be in MCF.Dal)
  66.     Fixed a small coding problem that resulted in the
  67.      wrong Nick/Channel being used when none was entered.
  68.  
  69. Updates to 5.13:
  70.  
  71.     Changed how Version information is handled.
  72.     Changed how DalHelper creates/updates the MCF.Dal data file.
  73.  
  74. Updates to 5.12:
  75.  
  76.     Changed how commands were parsed and then issued
  77.     to the correct services bot.
  78.     Changed "DalDest" variable to be equal to the complete
  79.     command instead of just the destination.
  80.  
  81. New to 5.11:
  82.  
  83.     Added code to recognize IRC Server command 440
  84.     as meaning Services are down and DalHelper shouldn't
  85.     wait for a response from it.
  86.     Added code to help ensure that DalHelper does not
  87.     write a NULL entry to the "MCF.Dal" file.
  88.     Moved old code handling IRC Server command 433 so
  89.     that they are actually processed instead of skipped.
  90.     Removed code handling IRC Server command 401 since
  91.     using Services new command format results in a 440.
  92.     Added storage of Nick/Channel URLs and Channel ModeLock
  93.     to the MCF.Dal file for future use by upcoming GUI.
  94.     Added DalHelper.amirx VERSION checking before
  95.     copying it from the archive to your HD.
  96.     Added FileSize check of any found "MCF.Dal" file.
  97.     If file is smaller than 35 bytes, the Installer will
  98.     walk you thru re-building a new one.
  99.  
  100. New to 5.10:
  101.  
  102.     Added ChanServ INVITE command.
  103.     Services have been UPDATED.  For more guaranteed
  104.     security, there are now server commands:
  105.     ChanServ,  NickServ,  and  MemoServ.
  106.     DalHelper now uses these commands instead of sending
  107.     a /MSG to the appropriate nick.
  108.  
  109. New to 5.9:
  110.  
  111.     Added New ChanServ feature:  Count.
  112.     This function is restricted to channel AOPs and above.
  113.     It returns the number of channel AOPs, SOPs, and AKicks.
  114.  
  115. New to 5.8:
  116.  
  117.     Seems that with Dal's latest server upgrade, you
  118.     can't change nick too quick, so I added a 30
  119.     second wait between Nick changes.
  120.  
  121. New to 5.7:
  122.  
  123.     Fixed a bug in the read routine.  Seems it didn't
  124.     always grab the last entry in the MCF.Dal file.
  125.  
  126. New to 5.6:
  127.  
  128.     Added scanning for IRC error code 433 when
  129.     in Nick change cycle of IDA function.
  130.     (Nick change too fast)
  131.  
  132. New to 5.5:
  133.  
  134.     IDA function now joins all Regged channels that
  135.     you are not already on.
  136.     Added a Cancel Wait-Loop function.
  137.         USAGE:  /msg YourNick %DAL
  138.     This will cause DalHelper to cease waiting for
  139.     a response from services and exit the script.
  140.     Added a check for IRC error code 401 on response
  141.     to a PRIVMSG to services. (No such Nick/Channel)
  142.     Script will exit Wait-Loop if this occurs.
  143.  
  144. New to 5.4:
  145.  
  146.     Added new function:  IDA.  This function will
  147.     change your nick to all your registered nicks,
  148.     Identify them to NickServ, then Identify all
  149.     your registered channels to ChanServ.
  150.         USAGE:  /Rx DalHelper IDA
  151.  
  152. New to 5.3:
  153.  
  154.     Added code to set Clips with About information
  155.     for display in future GUI About function and
  156.     Version which next release of MCF4AmIRC will
  157.     display upon receiving a VERSION request.
  158.     Added new function for removing the clips before
  159.     quitting the net.
  160.         USAGE:  /Rx DalHelper QUIT
  161.  
  162. Bug Fix to 5.2:
  163.  
  164.     Had the wrong OFF option coded for ChanServ
  165.     Set TopicLock function.
  166.     Added 2 new buttons in the DalHelper PlugIn
  167.     for MCF_Buttons.
  168.  
  169. New to 5.1:
  170.  
  171.     A new Security feature for users who use
  172.     other users' Amigas or for those who have
  173.     more than 1 user on thier Amiga.  If you
  174.     have a disk labeled  DalHelper  or make
  175.     an assignment of  DalHelper:  to a directory,
  176.     that location will be searched for the file
  177.     MCF.Dal (password file) first before the
  178.     AmIRC root directory is searched.  If found,
  179.     it will use the MCF.Dal found in DalHelper:.
  180.  
  181. New to 5.0:
  182.  
  183.     MemoServ functions are now included.
  184.     NickServ and ChanServ functions updated.
  185.     Minor bugs found and corrected.
  186.     Corrected bug found in Installer script
  187.      and upgraded it's version to 5.0.1.
  188.     Found and corrected another Installer
  189.      script bug.  Now version 5.0.2.
  190.  
  191.  
  192. ============================= Archive contents =============================
  193.  
  194. Original  Packed Ratio    Date     Time    Name
  195. -------- ------- ----- --------- --------  -------------
  196.      628     279 55.5% 27-Mar-97 17:43:02  DalHelper.info
  197.     2657     646 75.6% 27-Sep-99 20:46:58 +Docs.info
  198.    29889    8651 71.0% 03-Oct-99 18:25:36 +DalHelper.doc
  199.     1901    1387 27.0% 27-Sep-99 20:46:58 +DalHelper.doc.info
  200.     5456    2299 57.8% 03-Oct-99 18:40:48 +DalHelper.readme
  201.     1901    1381 27.3% 27-Sep-99 20:46:58 +DalHelper.readme.info
  202.      668     411 38.4% 27-Sep-99 20:28:08 +DalHelperID.readme
  203.     1901    1382 27.3% 27-Sep-99 20:46:58 +DalHelperID.readme.info
  204.     2502    1140 54.4% 27-Sep-99 20:19:30 +DISCLAIMER
  205.     1901    1381 27.3% 27-Sep-99 20:46:58 +DISCLAIMER.info
  206.     2841    1014 64.3% 27-Sep-99 20:21:40 +PlugIn.readme
  207.     1901    1381 27.3% 27-Sep-99 20:47:00 +PlugIn.ReadMe.info
  208.     5047    1579 68.7% 24-Oct-99 12:24:26 +Install_DalHelper
  209.      707     356 49.6% 27-Sep-99 20:46:58 +Install_DalHelper.info
  210.     1967    1006 48.8% 27-Sep-99 20:46:58 +Install_PlugIns.info
  211.    11262    2414 78.5% 19-Oct-97 18:39:40 +Install_PlugIns.rexx
  212.     2657     644 75.7% 27-Sep-99 20:46:58 +No_Help_PlugIns.info
  213.     1903     598 68.5% 27-Sep-99 20:37:22 +DalHelper.PlugIn
  214.     2657     645 75.7% 27-Sep-99 20:46:58 +PlugIns.info
  215.     4217    1229 70.8% 27-Sep-99 20:36:52 +DalHelper.PlugIn
  216.     1233     802 34.9% 27-Sep-99 20:46:58 +Rexx.info
  217.    13621    3585 73.6% 03-Oct-99 18:19:46 +DalHelper.amirx
  218.      565     369 34.6% 27-Sep-99 20:43:06 +DalHelperID.amirx
  219. -------- ------- ----- --------- --------
  220.    99982   34579 65.4% 27-Oct-99 22:16:06   23 files
  221.